Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Maven, equivalence of building tools #7

Closed
wants to merge 2 commits into from
Closed

Support for Maven, equivalence of building tools #7

wants to merge 2 commits into from

Conversation

ianatha
Copy link

@ianatha ianatha commented Jan 12, 2011

The first request for kilim is support for Maven: https://github.com/kilim/kilim/issues#issue/1

pom.xml is a Maven module for kilim (named kilim:kilim:0.7.2-SNAPSHOT).
It currently compiles identically to the "build.sh" script, as reported
by the "build-equiv.sh" script. The two JUnit test suites that are executed by
test.sh are also executed by Maven.

build-equiv.sh compares the binary results of the three build tools
supported in kilim, right now: Maven, Ant, Shell Script.

In terms of the results of the binary comparison, right now:
Maven == ShellScript != Ant

pom.xml is a Maven module for kilim (named kilim:kilim:0.7.2-SNAPSHOT).
It currently compiles identically to the "build.sh" script, as reported
by the "build-equiv.sh" script. No gurantees about the execution of the
unit tests are made.

build-equiv.sh compares the binary results of the three build tools
supported in kilim, right now: Maven, Ant, Shell Script.

In terms of the results of the binary comparison, right now:
Maven == ShellScript != Ant
@ianatha
Copy link
Author

ianatha commented Jan 12, 2011

The two JUnit test suites that are executed by test.sh are also executed by Maven.

@Pyrolistical
Copy link

This pull request is now out of date. See #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants